Condition Version
Condition version configuration on data.json
requires following basic structure
{
"id": "2266fbbd-23ea-4ae7-8306-96f879c9f6ea",
"name": "0",
"schema": {
"input": [
{
"title": "keyword",
"type": "string",
"x-required": true
}
],
"output": {
"type": "boolean"
}
}
}
If id
is not provided, CLI will autogenerate it and insert it into the file before creating a new condition version.
If id
is provided, CLI will update the condition version with that id
.
Helpful?